home *** CD-ROM | disk | FTP | other *** search
- /* AEvent.h */
-
- #ifndef __AEV__
- #define __AEV__
-
- #define jcu TRUE
-
- /*----------*/
- //void AEventSeg (void);
-
- void InitializeAE (void);
-
- #ifdef jcu
- void DoHighLevelEvent (EventRecord *theEvent);
- #else
- void DoHighLevelEvent (void);
- #endif
- OSErr MyGotRequiredParams (const AppleEvent *theEvent);
- pascal OSErr DoAEOpenApp (AppleEvent *theEvent,
- AppleEvent *reply,
- long refCon);
- pascal OSErr DoAEOpenDoc (AppleEvent *theEvent,
- AppleEvent *reply,
- long refCon);
- pascal OSErr DoAEPrintDoc (AppleEvent *theEvent,
- AppleEvent *reply,
- long refCon);
- pascal OSErr DoAEQuit (AppleEvent *theEvent,
- AppleEvent *reply,
- long refCon);
-
- #endif /* __AEV__ */